C#
VB
C++
Gets the specified data from the DICOM data set and assigns it the corresponding property in each object in the instances array.
[ExtensionAttribute()]
public static void Get(
DicomDataSet ds,
DicomElement element,
object[] instances
)
<ExtensionAttribute()>
Public Overloads Shared Sub Get( _
ByVal ds As Leadtools.Dicom.DicomDataSet, _
ByVal element As Leadtools.Dicom.DicomElement, _
ByVal ParamArray instances() As Object _
)
[ExtensionAttribute()]
public:
static void Get(
Leadtools.Dicom.DicomDataSet^ ds,
Leadtools.Dicom.DicomElement^ element,
... array<Object^>^ instances
)
ds
The data set to read the information from.
element
The element to retrieve the DICOM information from.
instances
The instances to update with DICOM information.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET